Auto merge of #3436 - matklad:abs-target, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 26 Dec 2016 02:45:07 +0000 (02:45 +0000)
committerbors <bors@rust-lang.org>
Mon, 26 Dec 2016 02:45:07 +0000 (02:45 +0000)
commitbf559b96acca18bee7f00e7ea54af01340a302e6
tree6f1a82cfc4de1bcd9d1282ae636e18b32d70f81e
parenteb4a93c87be05889fdd32496f6ca45f884e5b803
parent5668e8f33ec75484eaf874a215d668fbc7f8ee02
Auto merge of #3436 - matklad:abs-target, r=alexcrichton

Make sure targets always use absolute path

Closes #3416

I'd want to add a test for it later. Seems a bit suspicious that this change has not caused any test to fail.